home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / npp / gotodlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-19  |  704 b   |  35 lines

  1. // gotodlg.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CGotoDlg dialog
  6.  
  7. class CGotoDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CGotoDlg(CWnd* pParent = NULL);   // standard constructor
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(CGotoDlg)
  15.     enum { IDD = IDD_GOTO };
  16.     int        m_nLineNum;
  17.     //}}AFX_DATA
  18.  
  19.  
  20. // Overrides
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(CGotoDlg)
  23.     protected:
  24.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  25.     //}}AFX_VIRTUAL
  26.  
  27. // Implementation
  28. protected:
  29.  
  30.     // Generated message map functions
  31.     //{{AFX_MSG(CGotoDlg)
  32.     //}}AFX_MSG    
  33.     DECLARE_MESSAGE_MAP()
  34. };
  35.